Browse Source

Update to design

tags/rls1
kenn408k 6 years ago
parent
commit
2c7058e703
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      css/style.css

+ 4
- 4
css/style.css View File

@@ -96,7 +96,7 @@ a:hover {
96 96
 
97 97
 .topnav p {
98 98
     text-transform:uppercase;
99
-    color:red;
99
+    color:#e51937;
100 100
     font-size:15px;
101 101
     line-height:12px;
102 102
     display:inline-block;
@@ -107,7 +107,7 @@ a:hover {
107 107
     height:20px;
108 108
     font-size:12px;
109 109
     /*line-height:11px;*/
110
-    background-color:red;
110
+    background-color:#e51937;
111 111
     color:white;
112 112
     border:1px solid red;
113 113
     border-radius:2px;
@@ -116,7 +116,7 @@ a:hover {
116 116
 }
117 117
 
118 118
 .topnav a {
119
-    color:red;
119
+    color:#e51937;
120 120
 }
121 121
 
122 122
 .mainnav {
@@ -385,7 +385,7 @@ a:hover {
385 385
 
386 386
 .event-right2 .arrow a {
387 387
     text-align:center;
388
-    color:red;
388
+    color:#e51937;
389 389
     font-size:25px;
390 390
     padding:10px;
391 391
     float:right;

Loading…
Cancel
Save