source: code/trunk/docs/style.css@ 70

Last change on this file since 70 was 67, checked in by yakumo.izuru, 16 months ago

Fix bugs, many other changes

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 291 bytes
RevLine 
[66]1body {
[67]2 background-color: #f8cfd2;
3 color: rgb(206, 147, 191);
[66]4}
5
[67]6a, a:visited {
7 color: rgb(206, 147, 191);
[66]8}
9
[67]10@media screen and (prefers-color-scheme: dark) {
11 body {
12 background-color: #700000;
13 color: #ffffff;
14 }
15 a, a:visited {
16 color: #18c018;
17 }
[66]18}
19
[67]20table {
21 border-color: white;
22}
Note: See TracBrowser for help on using the repository browser.