Skip to content
Snippets Groups Projects
Commit afdcdce5 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #839 from SirCmpwn/profile-readability

Improve readability of text on profiles
parents 731f397b c106b6d3
No related branches found
Tags v2.3.2
No related merge requests found
......@@ -34,6 +34,7 @@
text-align: center;
position: relative;
z-index: 2;
text-shadow: 0 0 2px $color8;
small {
display: block;
......@@ -128,6 +129,7 @@
text-transform: uppercase;
display: block;
margin-bottom: 5px;
text-shadow: 0 0 2px $color8;
}
.counter-number {
......@@ -385,5 +387,6 @@
.account__header__content {
font-size: 14px;
color: $color1;
text-shadow: 0 0 2px $color8;
}
}
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