sitemap; link colors on docs; gdd;

This commit is contained in:
chimchooree
2022-11-09 17:58:16 -06:00
parent 0397a3ab24
commit 345662dd70
15 changed files with 171 additions and 47 deletions
+9 -1
View File
@@ -30,6 +30,7 @@
margin:0;
font-family: 'pf_ronda_sevenregular', sans-serif;
background-color: black;
font-size: 1em;
}
html, body {padding:0; margin:0; height:100%;}
footer {
@@ -67,7 +68,12 @@ h1 {
font-family: 'mitochondriaregular', sans-serif;
font-size: 1.5em;
}
h1 a,h1 a:visited,h1 a:hover,h1 a:active {
font-family: 'mitochondriaregular', sans-serif;
}
h2 a:hover,h2 a:active {
font-family: 'mitochondriaregular', sans-serif;
}
.mundane {color:#aca79e;}
.common {color:#5576d1;}
.unusual {color:#9873AC;}
@@ -113,6 +119,8 @@ pre,code {
}
.top a:hover {
color: #A88AA8;
font-family: 'mitochondriaregular', sans-serif;
font-size: .73em;
}
.top a:visited {
color: #C0AAC0;
+1
View File
@@ -120,6 +120,7 @@
0 2px 1px #182448,
-1px 2px 1px #182448,
-1px 0 1px #182448;
font-family: 'mitochondriaregular', sans-serif;
}
.snippet-content {
background-color: #C0AAC0;
+13
View File
@@ -4,3 +4,16 @@
width: 80%;
margin: auto;
}
.content-grid a:link {
color: #C0AAC0;
}
.content-grid a:visited {
color: #C0AAC0;
}
.content-grid a:hover {
color: #E1B9E6;
}
.content-grid a:active {
color: #C0AAC0;
}
+4 -4
View File
@@ -26,16 +26,16 @@
background-color: transparent;
}
.content-right a:link {
color: #305285;
color: #C0AAC0;
}
.content-right a:visited {
color: #305285;
color: #C0AAC0;
}
.content-right a:hover {
color: #9092ca;
color: #E1B9E6;
}
.content-right a:active {
color: #9092ca;
color: #C0AAC0;
}
.content-right ul {
list-style-type: none;
+1 -1
View File
@@ -90,7 +90,7 @@
color: #C0AAC0;
}
.navlink a:hover {
color: #f463ad;
color: #E1B9E6;
}
.navlink a:active {
color: #C0AAC0;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 KiB