aboutsummaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 4654ae7..3cb585a 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -4,7 +4,7 @@ body {
4} 4}
5 5
6main { 6main {
7 max-width: 680px; 7 max-width: 660px;
8 padding: 20px 30px; 8 padding: 20px 30px;
9} 9}
10 10
@@ -68,6 +68,12 @@ th, td {
68 padding: 5px 10px; 68 padding: 5px 10px;
69} 69}
70 70
71p.modified {
72 font-style: oblique;
73 font-size: 90%;
74 margin-top: 50px;
75}
76
71::selection { 77::selection {
72 background: #ff0; 78 background: #ff0;
73 color: #000; 79 color: #000;