diff options
Diffstat (limited to 'content/style.css')
-rw-r--r-- | content/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/style.css b/content/style.css index dbfd2ea..a6f41a2 100644 --- a/content/style.css +++ b/content/style.css @@ -20,10 +20,10 @@ h1 {font-size: xx-large } h2 {font-size: x-large } h3 {font-size: large } -p,h1,h2,h3,h4,h5,h6,span,li { font-family: "Ubuntu", sans-serif; } +p,h1,h2,h3,h4,h5,h6,li { font-family: "Ubuntu", sans-serif; } h1,h2 { color: #b575ff } h3 { color: #ff83fd } -p,span,li { color: white; margin-left: 2em } +p,li { color: white; margin-left: 2em } a { color: #82a8ff; font-style: italic; text-decoration: underline } hr { border: 1px solid grey } |