Skip to content

Commit b6532a2

Browse files
committed
new theme color/styling from this point on. somewhat quiet
1 parent e863e4f commit b6532a2

File tree

13 files changed

+10
-4
lines changed

13 files changed

+10
-4
lines changed

assets/fence.jpg

890 KB
Loading

assets/flowers.png

50.5 KB
Loading

assets/mountain.jpg

2.29 MB
Loading

assets/night.jpg

264 KB
Loading

assets/night1.jpg

795 KB
Loading

assets/night2.jpg

784 KB
Loading

assets/ominous.jpg

194 KB
Loading

assets/stars.jpg

961 KB
Loading

assets/sunrise.jpg

498 KB
Loading

css/about.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
.menu-space {
1111
height: 2em;
12+
background: #b9bcb6;
1213
}
1314
.flex-exper {
1415
display: flex;
@@ -34,7 +35,7 @@
3435
border: 1px solid FloralWhite;
3536
width: 100%;
3637
font-size: x-large;
37-
background: salmon;
38+
background: slategrey;
3839
-webkit-touch-callout: none;
3940
-webkit-user-select: none;
4041
-khtml-user-select: none;
@@ -53,10 +54,12 @@
5354

5455
.main {
5556
width: 70vw;
56-
background-color: LightSteelBlue ;
57+
background-color: #a6b1d4;
5758
display: flex;
5859
align-items: center;
5960
justify-content: center;
61+
border-top: 1px solid white;
62+
border-left: 2px solid white;
6063
}
6164
.main .content {
6265
color: #1A1110;

0 commit comments

Comments
 (0)