From 7befc0df20149161018f1ff06a879366831c45fa Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 23 Apr 2022 11:55:05 +0200 Subject: Dedupper --- assets/css/main.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'assets/css') 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 -- cgit