summaryrefslogtreecommitdiff
path: root/site/public
diff options
context:
space:
mode:
Diffstat (limited to 'site/public')
-rw-r--r--site/public/css/custom.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/site/public/css/custom.css b/site/public/css/custom.css
index 417d4dd..b718b50 100644
--- a/site/public/css/custom.css
+++ b/site/public/css/custom.css
@@ -20,8 +20,6 @@
padding-right: 20px;
padding-left: 20px;
}
-.bg-dark-opacity {
-}
.w-55 {
width: 55% !important;
}
@@ -40,3 +38,23 @@
.mt-20 {
margin-top: 20px;
}
+.text-dotted {
+ text-decoration: underline dotted;
+}
+.off-badge {
+ color: white;
+ font-size: 150%;
+ padding-right: 10px;
+ padding-left:10px;
+ opacity: 0.9;
+}
+.off-badge-small {
+ font-size: 120%;
+}
+.text-large {
+ font-size: 120%;
+}
+.img-grey {
+ opacity: 0.7;
+ filter: grayscale(100%);
+}