diff options
author | Minteck <contact@minteck.org> | 2022-04-23 11:55:05 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-23 11:55:05 +0200 |
commit | 7befc0df20149161018f1ff06a879366831c45fa (patch) | |
tree | b8ab8d0c4ab0fff02d5f6cd2976cbf8ee848f957 /assets/css | |
parent | b35b6f19fe10f833c93f3475cecffa83ab3d9e22 (diff) | |
download | ember-7befc0df20149161018f1ff06a879366831c45fa.tar.gz ember-7befc0df20149161018f1ff06a879366831c45fa.tar.bz2 ember-7befc0df20149161018f1ff06a879366831c45fa.zip |
Dedupper
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/main.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index a1e5f5c..45be831 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -171,4 +171,19 @@ pre { .footer-link:hover { color: white; text-decoration: none; +} + +#scoots { + background: linear-gradient(90deg, #bf5d93 0%, #f9b764 100%); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} + +.toe-title { + text-align: right; +} + +.table tr:nth-last-child(1) td { + border: none !important; }
\ No newline at end of file |