diff options
author | Marlow D. Alfonso Díaz <wiikifox@unix.dog> | 2025-09-28 23:00:01 +0000 |
---|---|---|
committer | Marlow D. Alfonso Díaz <wiikifox@unix.dog> | 2025-09-28 23:00:01 +0000 |
commit | d7a66f232462196c2db98436f32afd780bcc485e (patch) | |
tree | e4aa19e02ffb9f1be84516ea6d51469618b93546 /public/http/assets/styles.css | |
parent | 9383bcc3211366af005292109ff3afab3c514afb (diff) | |
download | wiikifox-den-build.tar.gz wiikifox-den-build.tar.bz2 wiikifox-den-build.zip |
buildbuild
Diffstat (limited to 'public/http/assets/styles.css')
-rw-r--r-- | public/http/assets/styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/http/assets/styles.css b/public/http/assets/styles.css index 62e5edf..53e66c7 100644 --- a/public/http/assets/styles.css +++ b/public/http/assets/styles.css @@ -35,6 +35,7 @@ h1 { } h1::before { content: "* "; + color: #d79921; } h2 { @@ -42,6 +43,7 @@ h2 { } h2::before { content: "** "; + color: #d79921; } h3 { @@ -50,6 +52,7 @@ h3 { h3::before { content: "*** "; + color: #d79921; } li { @@ -66,6 +69,10 @@ a { text-decoration: none; } +a:hover { + color: #fe8019; +} + p::before { content: "¶ "; font-weight: bold; @@ -104,3 +111,11 @@ hr { height: 98px; max-width: 100%; } + +.tag { + color: #689d6a; +} + +.tag span::before { + content: "#" +} |