Skip to content

Commit 3c2d34e

Browse files
authored
Fixed css color issues
1 parent 052f026 commit 3c2d34e

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

view/frontend/web/css/blog-new.css

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
.clearfix:after {content:"";display:table;clear:both;}
2626

27-
.post-holder {margin-bottom: 40px;/*padding: 20px;*/border-radius: 0;color: #222222;}
27+
.post-holder {margin-bottom: 40px;border-radius: 0;}
2828
/*
2929
.fa, .fas {font-family:'FontAwesome';font-weight: 900;font-size: 48px;}
3030
button {box-shadow: none !important;}
@@ -33,10 +33,6 @@ button {box-shadow: none !important;}
3333

3434

3535
/* Blog Post List *****************************************************************************************************/
36-
/* * {box-sizing: border-box;}*/
37-
/*.post-list a {color: #222222;text-decoration: none;}*/
38-
/*.post-list a:hover {color: #006bb4;text-decoration: none;}*/
39-
4036
.post-list {margin-top: 0px;margin-bottom: 20px;list-style: none;padding-left: 0}
4137
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
4238
.post-list .post-container {display: -ms-flexbox;display: flex;}
@@ -60,10 +56,10 @@ button {box-shadow: none !important;}
6056
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
6157
/* Post Data */
6258
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
63-
.post-list .post-info .post-data-wrap .post-date {font-size: 11px;color: #bbbbbb; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
59+
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
6460
.post-list .post-info .post-data-wrap a {font-weight: 600;}
6561
/* Post Description */
66-
.post-list .post-description {color: #7d7d7d;line-height: 21px;font-size: 13px;}
62+
.post-list .post-description {line-height: 21px;font-size: 13px;}
6763
/* Post View */
6864
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
6965
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
@@ -130,10 +126,8 @@ button {box-shadow: none !important;}
130126

131127

132128
/* Post Text */
133-
.blog-post-view .post-description {margin-bottom: 30px;color: #7d7d7d;}
129+
.blog-post-view .post-description {margin-bottom: 30px;}
134130
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}
135-
.blog-post-view .post-description a {color: #4db2ec !important;}
136-
137131

138132
/* Post Bottom *****************************************/
139133
.post-view .post-bottom {margin-top:30px;}

0 commit comments

Comments
 (0)