white naar: #D2E0F0

This commit is contained in:
Mathijs Lermer 2023-01-08 14:34:02 +01:00
parent a839f1e972
commit 0f0162c9bc

24
assets/css/mrl.css Normal file → Executable file
View file

@ -17,7 +17,7 @@
@media only screen and (max-width: 850px) {
#menuknopje {
display: inline-block !important;
color: white;
color: #D2E0F0;
font-size: 50px;
position: absolute;
right: 15px;
@ -28,8 +28,8 @@
}
#main_menu_01 {
width: 100%;
border-top: 1px solid white;
border-bottom: 1px solid white;
border-top: 1px solid #D2E0F0;
border-bottom: 1px solid #D2E0F0;
background-color: #10161D;
}
#main_menu_01 ul li {
@ -120,7 +120,7 @@
/*links**/
#tekst-links{
text-align: left;
color: white;
color: #374351;
}
#tekst-links h1{
padding-top: 150px;
@ -142,7 +142,7 @@
/*midden**/
#tekst-midden{
text-align: center;
color: white;
color: #D2E0F0;
}
#tekst-midden h1{
padding-top: 150px;
@ -167,7 +167,7 @@
text-decoration: underline;
}
a:link{
color: white;
color: #D2E0F0;
background-color: transparent;
text-decoration: none;
}
@ -187,7 +187,7 @@
/*specials*********************************************************************************************************/
logo {
color: #ffffff;
color: #D2E0F0;
margin-top: 25px;
margin-bottom: 25px;
text-transform: uppercase;
@ -202,11 +202,11 @@
text-decoration: none;
border-radius: 5px;
font-size: 20px;
color: white;
color: #D2E0F0;
cursor: pointer;
}
#knop a:link{
color: white;
color: #D2E0F0;
background-color: transparent;
text-decoration: none;
}
@ -253,7 +253,7 @@
}
nav ul li a {
text-decoration: none;
color: white
color: #D2E0F0
} nav{
float: right;
}
@ -269,7 +269,7 @@
}
nav ul li a {
text-decoration: none;
color: white
color: #D2E0F0
}
/*footer*********/
@ -296,7 +296,7 @@
.footer-links ul li a {
text-decoration: none;
padding: 15px 17px 15px 17px;
color: white;
color: #D2E0F0;
}