mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
remove light mode
This commit is contained in:
parent
051723e153
commit
cd556df41d
1 changed files with 0 additions and 18 deletions
18
css/main.css
18
css/main.css
|
@ -73,21 +73,3 @@ strong:after {
|
||||||
content: "**";
|
content: "**";
|
||||||
content: "**"/ "";
|
content: "**"/ "";
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
|
||||||
body {
|
|
||||||
background: #edf4f9;
|
|
||||||
color: #40302f;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #172b73;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
|
||||||
h2 {
|
|
||||||
color: #40302f;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue