summaryrefslogtreecommitdiff
path: root/public/stylesheets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r--public/stylesheets/style.css14
1 files changed, 2 insertions, 12 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 413e29a..2c033a9 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -387,7 +387,7 @@ header {
transition: none;
}
-.cursor span {
+.cursor div {
position: relative;
left: 25px;
top: 0;
@@ -396,17 +396,7 @@ header {
font-family: 'Julius Sans One', sans-serif;
z-index:2;
}
-.cursor span:after {
- content: "15:33";
- margin-left: 25px;
- color: black;
- display: block;
- float: left;
-}
-.cursor.idle span {
- color: transparent;
-}
-.cursor.idle span:after {
+.cursor.idle div {
color: transparent;
}