diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-11 14:38:23 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-11 14:38:23 -0800 |
commit | bf2559d377c0837ee17323e74848ea70807f1598 (patch) | |
tree | 2d3c5b78eed0913cb2829843a70cbf50d38077b4 | |
parent | 6d900c0ead774238713ef9d64c01871f3a6adea2 (diff) |
fixed some colors in css
-rw-r--r-- | build/website/css/style.css | 4 | ||||
-rw-r--r-- | website/css/style.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/website/css/style.css b/build/website/css/style.css index c45c51d..bbae111 100644 --- a/build/website/css/style.css +++ b/build/website/css/style.css @@ -130,7 +130,7 @@ pre { } p > a { - color: #a9b1d6; + color: #7aa2f7; text-decoration: none; font-size: 0.7em; padding: 3px 6px; @@ -139,7 +139,7 @@ p > a { } p > a:hover { - color: #a9b1d6; + color: #7aa2f7; background-color: #565f89; } diff --git a/website/css/style.css b/website/css/style.css index c45c51d..bbae111 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -130,7 +130,7 @@ pre { } p > a { - color: #a9b1d6; + color: #7aa2f7; text-decoration: none; font-size: 0.7em; padding: 3px 6px; @@ -139,7 +139,7 @@ p > a { } p > a:hover { - color: #a9b1d6; + color: #7aa2f7; background-color: #565f89; } |