aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-23 11:55:05 +0200
committerMinteck <contact@minteck.org>2022-04-23 11:55:05 +0200
commit7befc0df20149161018f1ff06a879366831c45fa (patch)
treeb8ab8d0c4ab0fff02d5f6cd2976cbf8ee848f957 /assets/css/main.css
parentb35b6f19fe10f833c93f3475cecffa83ab3d9e22 (diff)
downloadember-7befc0df20149161018f1ff06a879366831c45fa.tar.gz
ember-7befc0df20149161018f1ff06a879366831c45fa.tar.bz2
ember-7befc0df20149161018f1ff06a879366831c45fa.zip
Dedupper
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css15
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