Zmiana koloru

This commit is contained in:
KrzysiekSiemv
2020-01-11 17:46:45 +01:00
parent 04a8566b21
commit 644f365500
2 changed files with 14 additions and 14 deletions
+6 -6
View File
@@ -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;
}