startpage/fontcol.css
2022-11-21 12:35:19 +01:00

14 lines
195 B
CSS

a {
color: #B0CAD7;
}
h1 {
color: #5E6867;
}
p {
color: #3B464F;
}
input[type=search] {
-webkit-box-shadow: 0 0 0px 1000px #758582 inset;
-webkit-text-fill-color: #e3e5e5 !important;
}