aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/common/misc.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/common/misc.css')
-rw-r--r--css/common/misc.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/common/misc.css b/css/common/misc.css
index 49072c4..617aced 100644
--- a/css/common/misc.css
+++ b/css/common/misc.css
@@ -1,3 +1,14 @@
.wide-enough {
max-width: 400px;
}
+.wider {
+ max-width: 600px;
+}
+h1 a,
+h2 a,
+h3 a,
+h4 a,
+h5 a,
+h6 a {
+ color: inherit;
+}