|
|
@ -25,6 +25,9 @@ |
|
|
|
#logo { |
|
|
|
height: 60px; |
|
|
|
} |
|
|
|
#error-code { |
|
|
|
background-color: rgb(208, 208, 208); |
|
|
|
} |
|
|
|
#navigation { |
|
|
|
width: 70%; |
|
|
|
padding-right: 20px !important; |
|
|
@ -56,9 +59,9 @@ |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
.nav-item a:hover { |
|
|
|
color: rgb(57, 163, 225); |
|
|
|
color: rgb(250, 152, 33); |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
body { |
|
|
|
background-color: rgb(242, 242, 242); |
|
|
|
background-color: #232323; |
|
|
|
} |