aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css23
1 files changed, 3 insertions, 20 deletions
diff --git a/style.css b/style.css
index 37a7ecd..8d64891 100644
--- a/style.css
+++ b/style.css
@@ -3,33 +3,16 @@ body {
max-width: 854px;
background: #eed;
}
-a {
- color: darkgreen;
- padding: 5px;
-}
-p {
- padding: 0px 20px;
-}
-a:visited {
- color: darkgray;
-}
-a:visited:hover {
- color: gray;
+a::before {
+ font-family: monospace;
+ content: "=> ";
}
blockquote {
font-style: italic;
- border-left: 2px solid;
- padding-left: 10px;
}
@media(prefers-color-scheme:dark) {
body {
color: #ddd;
background: #222;
}
- a {
- color: lightgreen;
- }
- a:visited {
- color: gray;
- }
}