Skip to content
Snippets Groups Projects
Commit 21346182 authored by iBug's avatar iBug
Browse files

Icon opacity: 0.8, Icon text: #333

parent deffb436
No related branches found
No related tags found
No related merge requests found
...@@ -212,6 +212,7 @@ h1, h2, a, p, span, div { ...@@ -212,6 +212,7 @@ h1, h2, a, p, span, div {
} }
.grid-title { .grid-title {
display: block; display: block;
color: #333;
} }
.grid-icon { .grid-icon {
display: block; display: block;
...@@ -228,7 +229,14 @@ h1, h2, a, p, span, div { ...@@ -228,7 +229,14 @@ h1, h2, a, p, span, div {
background-color: #777; background-color: #777;
color: #fff; color: #fff;
} }
/* 矢量图标 */ /* 矢量图标 */
:root {
--fa-primary-opacity: 0.8;
}
.fas, .far, .fal, .fab {
opacity: 0.8;
}
.icon { .icon {
position: relative; position: relative;
top: 10px; top: 10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment