aboutsummaryrefslogtreecommitdiff
path: root/www/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/style.css')
-rwxr-xr-xwww/html/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/www/html/style.css b/www/html/style.css
index 45ce811..a826da5 100755
--- a/www/html/style.css
+++ b/www/html/style.css
@@ -19,7 +19,7 @@ a {
text-decoration: none;
}
- a:hover {
+a:hover {
color: red;
}
@@ -27,3 +27,13 @@ table,th,td {
border: 2px solid red;
text-align: center;
}
+
+#tip {
+ color: #6666ff;
+ position: fixed;
+ bottom: 10px;
+ right: 50px;
+ border: solid #6666ff;
+ padding:10px;
+ background-color: black;
+}