aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/style.css b/docs/style.css
index a510575..d356662 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -49,6 +49,12 @@ html {
49 margin: 2rem; 49 margin: 2rem;
50} 50}
51 51
52img {
53 max-width: 100%;
54 border: 0px solid transparent;
55 border-radius: 4px;
56}
57
52details > summary { 58details > summary {
53 list-style: none; 59 list-style: none;
54} 60}
@@ -98,9 +104,6 @@ a, a:hover, a:visited, a:active {
98 color: var(--light-black); 104 color: var(--light-black);
99} 105}
100 106
101a:hover, a:active {
102 background-color: var(--dark-white);
103}
104 107
105.post-link, .post-link:hover, .post-link:visited, .post-link:active { 108.post-link, .post-link:hover, .post-link:visited, .post-link:active {
106 color: var(--black); !important 109 color: var(--black); !important