summaryrefslogtreecommitdiff
path: root/reference/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'reference/css/base.css')
-rw-r--r--reference/css/base.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/reference/css/base.css b/reference/css/base.css
index 16de65a..04ef0ad 100644
--- a/reference/css/base.css
+++ b/reference/css/base.css
@@ -8,7 +8,6 @@ li p + ul,li p + ol {
p a,p a:visited {
color: var(--colour);
- font-weight: bold;
text-decoration:none;
}
@@ -17,8 +16,9 @@ p a:hover {
}
p.math,span.math,td.math {
- font-size:calc(3rem / 2);
- padding: calc(1rem / 3) 0;
+ font-size: calc(3rem / 2);
+ padding: calc(1rem / 3) 0;
+ user-select:none;
}
table {
@@ -34,7 +34,7 @@ td,th {
th {
background-color:var(--foregroundColour);
- color: var(--backgroundColour1);
+ color: var(--backgroundColour);
text-align: center;
}