Browse Source

Merge pull request #391 from panfu28/patch-3

Update index_fs.css
main
Łiźnier Hełam Łabej 3 years ago
committed by GitHub
parent
commit
40d1cea043
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 26
      templates/themes/index/index_fs.css

26
templates/themes/index/index_fs.css

@ -20,18 +20,17 @@
margin: 0; margin: 0;
} }
.box.left { .box.left {
background: #FDF6AF; background: #FDF6AF;
color: #9E914F; color: #9E914F;
border: 1px solid #9E914F; border: 1px solid #9E914F;
float: left; float: left;
} }
.box.right { .box.right {
background: #F2DCE5; background: #F2DCE5;
color: #525; color: #525;
border: 1px solid #CA759E; border: 1px solid #CA759E;
float: right; float: right;
} }
.box h2 { .box h2 {
padding: 3px 7px; padding: 3px 7px;
font-size: 12pt; font-size: 12pt;
@ -41,17 +40,16 @@
margin: 10px auto; margin: 10px auto;
} }
.box.left h2 { .box.left h2 {
background: #FEE78F; background: #FEE78F;
color: #9E914F; color: #9E914F;
} }
.box.right h2 { .box.right h2 {
background: #EB81B4; background: #EB81B4;
color: #F8F8F8; color: #F8F8F8;
} }
body { body {
background: #F7F8F9; background: #F7F8F9;
} }
header div.subtitle, h1 { header div.subtitle, h1 {
color: #888A8C; color: #888A8C;
} }

Loading…
Cancel
Save