Skip to content
Snippets Groups Projects
Commit bcaf6e3b authored by Sverre Frogner Haugen's avatar Sverre Frogner Haugen
Browse files

Merge branch 'MainCss' into 'master'

Created initial setup for MainCss file

See merge request !3
parents 6048275b 31f2b53d
No related branches found
No related tags found
1 merge request!3Created initial setup for MainCss file
Pipeline #273524 passed
......@@ -3,21 +3,20 @@
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
font-weight: normal;
}
a,
.green {
text-decoration: none;
color: hsla(160, 100%, 37%, 1);
color: hsla(86, 82%, 60%, 1);
transition: 0.4s;
padding: 3px;
}
@media (hover: hover) {
a:hover {
background-color: hsla(160, 100%, 37%, 0.2);
background-color: hsla(86, 89%, 37%, 0.2);
}
}
......@@ -30,6 +29,5 @@ a,
#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment