diff options
| author | Blista Kanjo | 2023-02-14 23:17:12 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2023-02-14 23:17:12 -0500 |
| commit | 6edd3ce93b3e800194ccf5a2b956b64e8efb5d76 (patch) | |
| tree | a4275963a89373bbbb8052e3e4b68f961a0f365c /css | |
| parent | 06664ec5e5d689eb3e803554627d14461ba1a0c8 (diff) | |
refactor: better `blue` for the light mode site
Diffstat (limited to 'css')
| -rw-r--r-- | css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css index c923c04..ce9846d 100644 --- a/css/style.css +++ b/css/style.css @@ -173,9 +173,9 @@ ul.no-bullets { button { background-color: #D4D4D4; - border: blue 1px solid; + border: #0072c6 1px solid; padding: 5px 10px; - color: blue; + color: #0072c6; text-decoration: none; border-radius: 3px; margin: 10px 0px; @@ -188,10 +188,10 @@ ul.no-bullets { color: black ; } a { - color: blue ; + color: #0072c6 ; } a:visited { - color: blue ; + color: #0072c6 ; } h2 { color: inherit ; |
