summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/base.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/css/base.css b/css/base.css
index 0cafdaf..da80a28 100644
--- a/css/base.css
+++ b/css/base.css
@@ -87,18 +87,18 @@ a {
87 text-indent: 4ch each-line; 87 text-indent: 4ch each-line;
88} 88}
89 89
90a.bracketed::before { 90.bracketed::before {
91 content: "["; 91 content: "[";
92} 92}
93a.bracketed::after { 93.bracketed::after {
94 content: "]"; 94 content: "]";
95} 95}
96 96
97a.nodec { 97.nodec {
98 text-decoration: none; 98 text-decoration: none;
99} 99}
100 100
101a.nocolor { 101.nocolor {
102 color:inherit; 102 color:inherit;
103} 103}
104 104
@@ -122,7 +122,7 @@ a.nocolor {
122 122
123#top-bar h1 { 123#top-bar h1 {
124 font-family: inherit; 124 font-family: inherit;
125 font-size: max(3vw, 3ch); 125 font-size: max(3vw, 6vh);
126} 126}
127 127
128#top-bar a { 128#top-bar a {