notebook/app/assets/stylesheets/typography.scss
2020-07-06 12:42:54 -07:00

7 lines
107 B
SCSS

.uppercase {
text-transform: uppercase;
}
#notifications-dropdown .notification-link {
color: black;
}