aboutsummaryrefslogtreecommitdiff
path: root/static/styles/risotto/logo.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-09 00:41:20 -0700
committerFuwn <[email protected]>2024-10-09 00:41:43 -0700
commit998b63a35256ac985a5a2714dd1ca451af4dfd8a (patch)
tree50796121a9d5ab0330fdc5d7e098bda2860d9726 /static/styles/risotto/logo.css
parentfeat(graphql): add badgeCount field (diff)
downloaddue.moe-998b63a35256ac985a5a2714dd1ca451af4dfd8a.tar.xz
due.moe-998b63a35256ac985a5a2714dd1ca451af4dfd8a.zip
chore(prettier): use spaces instead of tabs
Diffstat (limited to 'static/styles/risotto/logo.css')
-rw-r--r--static/styles/risotto/logo.css32
1 files changed, 16 insertions, 16 deletions
diff --git a/static/styles/risotto/logo.css b/static/styles/risotto/logo.css
index 82dc568e..2be8ab09 100644
--- a/static/styles/risotto/logo.css
+++ b/static/styles/risotto/logo.css
@@ -1,38 +1,38 @@
.page__logo {
- padding: 0;
- margin: 0;
- font-weight: inherit;
- color: var(--bg);
+ padding: 0;
+ margin: 0;
+ font-weight: inherit;
+ color: var(--bg);
}
.page__logo:before {
- content: none;
+ content: none;
}
.page__logo-inner {
- display: block;
- background: var(--logo);
- opacity: 0.9;
- padding: 0.25rem;
+ display: block;
+ background: var(--logo);
+ opacity: 0.9;
+ padding: 0.25rem;
}
a.page__logo-inner:link,
a.page__logo-inner:visited {
- color: inherit;
- text-decoration: inherit;
+ color: inherit;
+ text-decoration: inherit;
}
a.page__logo-inner:hover,
a.page__logo-inner:active {
- opacity: 1;
+ opacity: 1;
}
.page__logo-inner:before {
- content: '[';
- color: var(--bg);
+ content: '[';
+ color: var(--bg);
}
.page__logo-inner:after {
- content: '] $';
- color: var(--bg);
+ content: '] $';
+ color: var(--bg);
}