Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
be911e8
1
Parent(s):
d341f19
Update main.css
Browse files
main.css
CHANGED
@@ -11,12 +11,12 @@
|
|
11 |
}
|
12 |
|
13 |
gr.blocks {
|
14 |
-
background-color: #
|
15 |
width: 100%;
|
16 |
color: #FFFFFF;
|
17 |
}
|
18 |
h3 {
|
19 |
-
background-color:#
|
20 |
color: #FFFFF;
|
21 |
text-align: center;
|
22 |
font-family: verdana;
|
@@ -61,7 +61,7 @@ gr.Botton {
|
|
61 |
a a:active a.hover
|
62 |
{
|
63 |
font-family: verdana;
|
64 |
-
color: #
|
65 |
text-decoration: none;
|
66 |
font-weight: 700;
|
67 |
font-size: 14px;
|
|
|
11 |
}
|
12 |
|
13 |
gr.blocks {
|
14 |
+
background-color: #000000;
|
15 |
width: 100%;
|
16 |
color: #FFFFFF;
|
17 |
}
|
18 |
h3 {
|
19 |
+
background-color:#00000;
|
20 |
color: #FFFFF;
|
21 |
text-align: center;
|
22 |
font-family: verdana;
|
|
|
61 |
a a:active a.hover
|
62 |
{
|
63 |
font-family: verdana;
|
64 |
+
color: #FFFFFFF;
|
65 |
text-decoration: none;
|
66 |
font-weight: 700;
|
67 |
font-size: 14px;
|