diff options
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 45be831..8b401cf 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -173,6 +173,16 @@ pre { text-decoration: none; } +.footer-link-mini { + text-decoration: none; + color: white; +} + +.footer-link-mini:hover { + text-decoration: underline; + color: white; +} + #scoots { background: linear-gradient(90deg, #bf5d93 0%, #f9b764 100%); background-clip: text; |