Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 744cd0e

Browse files
committed
Remove not needed CSS rules
1 parent ca6b989 commit 744cd0e

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/scss/coder.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
@import 'nav';
33
@import 'table';
44

5-
body {
6-
background-color: #fff;
7-
}
8-
95
.box-stat {
106
color: $color1;
117
font-size: .8em;

src/scss/style.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ $base-link-hover-color: #0000ff;
2121
@import 'palette';
2222
@import 'blockquote';
2323

24-
body {
25-
background-color: #fff;
26-
}
27-
2824
a {
2925
cursor: pointer;
3026
text-decoration: none;
@@ -82,10 +78,6 @@ img {
8278
padding-bottom: 1em;
8379
}
8480

85-
.padt {
86-
padding-top: 1em;
87-
}
88-
8981
.padh {
9082
padding-left: 1em;
9183
padding-right: 1em;

0 commit comments

Comments
 (0)