Zmiana koloru
This commit is contained in:
+6
-6
@@ -10,7 +10,7 @@ body {
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: rgb(74, 109, 239);
|
||||
background-color: #420240;
|
||||
padding: 8px 15%;
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ body {
|
||||
}
|
||||
|
||||
.menu {
|
||||
background-color: rgb(74, 109, 239);
|
||||
background-color: #420240;
|
||||
padding: 8px 15%;
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ body {
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: rgb(74, 109, 239);
|
||||
background-color: #420240;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
min-width: 120px;
|
||||
z-index: 1;
|
||||
@@ -75,7 +75,7 @@ body {
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: rgb(74, 109, 239);
|
||||
background-color: #420240;
|
||||
padding: 8px 15%;
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@ body {
|
||||
}
|
||||
|
||||
.select a:hover {
|
||||
color: rgb(74, 109, 239);
|
||||
color: #420240;
|
||||
}
|
||||
|
||||
.select table td {
|
||||
@@ -116,7 +116,7 @@ body {
|
||||
|
||||
.line {
|
||||
width: 100%;
|
||||
background-color: rgb(74, 109, 239);
|
||||
background-color: #420240;
|
||||
padding: 1px;
|
||||
margin: 8px 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user