summaryrefslogtreecommitdiff
path: root/themes/PaperMod/assets/css/common/terms.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/assets/css/common/terms.css')
-rw-r--r--themes/PaperMod/assets/css/common/terms.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/themes/PaperMod/assets/css/common/terms.css b/themes/PaperMod/assets/css/common/terms.css
deleted file mode 100644
index 244614b..0000000
--- a/themes/PaperMod/assets/css/common/terms.css
+++ /dev/null
@@ -1,18 +0,0 @@
-.terms-tags li {
- display: inline-block;
- margin: 10px;
- font-weight: 500;
-}
-
-.terms-tags a {
- display: block;
- padding: 3px 10px;
- background: var(--tertiary);
- border-radius: 6px;
- transition: transform 0.1s;
-}
-
-.terms-tags a:active {
- background: var(--tertiary);
- transform: scale(0.96);
-}