9,037
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.text-underline { border-bottom: | .text-underline { border-bottom: 5px solid transparent; background-image: linear-gradient(to right, #ff0000, #00ff00); background-position: 0 100%; } | ||
.my-template.theme-dark { /* Styles specific to the "dark" theme */ } | .my-template.theme-dark { /* Styles specific to the "dark" theme */ } | ||