Last active
July 5, 2020 11:49
-
-
Save Aomitsu/5a6d72c688432e307107f733edf613a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.header-title-avatar | |
{ | |
border-radius: 3px !important; | |
} | |
.header-title-name | |
{ | |
content: 'Maxime' !important; | |
text-transform: capitalize; | |
padding-left: 60px !important; | |
} | |
.header-content | |
{ | |
padding-left: 60px !important; | |
} | |
.nav-link | |
{ | |
color: white !important; | |
} | |
.badge { | |
background-color: var(--colors-black) !important; | |
color: var(--colors-orange) !important; | |
width: 120px !important; | |
} | |
.header-link { | |
color: var(--colors-orange) !important; | |
} | |
.container | |
{ | |
background-image: radial-gradient(circle at 50% -20.71%, #ff66b6 0, #ff5cc1 8.33%, #ff52cb 16.67%, #ff4ad5 25%, #ff43df 33.33%, #ef3ee9 41.67%, #d53cf2 50%, #b53efb 58.33%, #8e43ff 66.67%, #544aff 75%, #0050ff 83.33%, #0056ff 91.67%, #005cff 100%) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment