mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
8 lines
155 B
SCSS
8 lines
155 B
SCSS
abbr {
|
|
border-bottom: 1px dotted $text-color-light;
|
|
font-size: 0.9em;
|
|
letter-spacing: 0.1em;
|
|
text-decoration: none;
|
|
text-transform: uppercase;
|
|
}
|