aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-04-20 10:57:53 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-04-20 10:57:53 +0200
commit97d8513e6cba028be16623aab30076b285cca805 (patch)
treedb2010cc0c6ffc72fc7a7ed79b6adca6e5366b49 /www
parentfe93de292110fb7e92c5567224efb38075703370 (diff)
Update style.css
Diffstat (limited to 'www')
-rwxr-xr-xwww/html/style.css21
1 files changed, 19 insertions, 2 deletions
diff --git a/www/html/style.css b/www/html/style.css
index 6d0bd42..45ce811 100755
--- a/www/html/style.css
+++ b/www/html/style.css
@@ -2,8 +2,25 @@ body {
background-color:#000000;
}
-*{
- color: white;
+p,i,table,form {
+ color:yellow;
+}
+
+b {
+ color : #e600e6;
+}
+
+h1,h2,h3,h4,h5,h6 {
+ color: #6666ff
+}
+
+a {
+ color: #00ff00;
+ text-decoration: none;
+}
+
+ a:hover {
+ color: red;
}
table,th,td {