aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_gfx.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_gfx.scss')
-rw-r--r--assets/scss/_gfx.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/scss/_gfx.scss b/assets/scss/_gfx.scss
new file mode 100644
index 0000000..43003f9
--- /dev/null
+++ b/assets/scss/_gfx.scss
@@ -0,0 +1,13 @@
+body.gfx {
+ > main > article {
+ background: $bg-gfx-on;
+ }
+ > aside {
+ &:hover, &:focus {
+ background-color: $bg-gfx-on;
+ nav ul li:first-child {
+ background: $bg-gfx-on;
+ }
+ }
+ }
+}