Skip to content
Snippets Groups Projects
Commit 59acca57 authored by Edvard Dønvold Sjøborg's avatar Edvard Dønvold Sjøborg
Browse files

changed background colors to be less extreme

parent c5f4a9be
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,15 @@
flex-direction: column;
}
.exhibition-piece-title {
text-align: center;
}
svg {
margin-top: 5%;
border: 1px solid black;
}
.dropdown {
grid-row: 1 / 2;
grid-column: 3 / 4;
......@@ -29,19 +38,19 @@
}
.background-one {
background-color: red;
background-color: rgb(175, 213, 170);
}
.background-two {
background-color: purple;
background-color: rgb(108, 178, 209);
}
.background-three {
background-color: grey;
background-color: rgb(254, 200, 216);
}
.background-four {
background-color: green;
background-color: rgb(255, 223, 211);
}
.font-arial {
......
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