aboutsummaryrefslogtreecommitdiff
path: root/app/scss/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/scss/custom.scss')
-rw-r--r--app/scss/custom.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/scss/custom.scss b/app/scss/custom.scss
index 5aaf146..e16a75c 100644
--- a/app/scss/custom.scss
+++ b/app/scss/custom.scss
@@ -28,6 +28,20 @@ h3 {
letter-spacing: .05em
}
+.badge-notify {
+ background:yellow; /* #00bc8c;*/
+ color: black;
+ position:relative;
+ top: -12px;
+ left: -10px;
+ margin-right: -10px;
+ font-size:10px;
+}
+
+a:hover .badge-notify {
+ color: black;
+}
+
p, .content li {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased !important;