Merge pull request 'white naar: #D2E0F0' (#3) from test into main

Reviewed-on: #3
This commit is contained in:
Mathijs Lermer 2023-01-08 14:35:49 +01:00
commit 507262f07a

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

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