Skip to content

Commit

Permalink
Update styles (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Nov 25, 2022
1 parent 6402ca3 commit a0938b4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions rootfs/usr/share/www/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

html {
color: #212121;
background-color: #0277bd;
background-color: #03a9f4;
}

body {
Expand All @@ -25,14 +25,12 @@ h1 {

.content {
box-sizing: border-box;
padding: 20px 16px;
border-radius: 4px;
padding: 24px 16px;
border-radius: 12px;
max-width: 432px;
margin: 64px auto 0;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
background-color: #fff;
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, .12);
}

.header {
Expand Down Expand Up @@ -127,7 +125,8 @@ pre {
}

.content {
background-color: #111111;
background-color: #1c1c1c;
border-color:rgba(225, 225, 225, 0.12);
}
}

Expand Down

0 comments on commit a0938b4

Please sign in to comment.