diff options
| author | horus | 2024-01-16 01:12:23 +0100 |
|---|---|---|
| committer | horus | 2024-01-16 01:12:23 +0100 |
| commit | 264302f6cdc630097e45ac76509da20ea4ccf684 (patch) | |
| tree | d44b51878ff2ccb5b4e8bca44ccda7a39ebd03cf /resources/sass/app.scss | |
| parent | b68cfe7aaf949106be34b9d2e439baf5d55e6d7e (diff) | |
| download | curious-264302f6cdc630097e45ac76509da20ea4ccf684.tar.gz | |
changes in design
Diffstat (limited to 'resources/sass/app.scss')
| -rw-r--r-- | resources/sass/app.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/sass/app.scss b/resources/sass/app.scss index f78c4bb..7111267 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -10,3 +10,19 @@ @import 'background'; @import 'navbar'; @import 'utility'; + +.hn { + display: inline-block; + font-size: inherit; + height: 1em; + overflow: visible; + vertical-align: -.125em; + fill: #ff6600; +} +.mastodon { + display: inline-block; + font-size: inherit; + height: 1em; + overflow: visible; + vertical-align: -.125em; +} |
