aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-08-19 00:22:00 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-08-19 00:22:00 +0300
commit9dcaf807a98362a708136284534ee343dd3f2742 (patch)
tree1dce7891fb881d01516296511445059f97e91cac /_sass
parent275316f5ed205e77137b045c0c5fba603a2fc0b0 (diff)
downloadaaoth.xyz-9dcaf807a98362a708136284534ee343dd3f2742.tar.gz
aaoth.xyz-9dcaf807a98362a708136284534ee343dd3f2742.zip
add info about music projects
much of stuff included here is subject to change.
Diffstat (limited to '_sass')
-rw-r--r--_sass/main.scss45
1 files changed, 33 insertions, 12 deletions
diff --git a/_sass/main.scss b/_sass/main.scss
index f72d3e3..8190378 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -44,6 +44,10 @@ a:hover {
font-weight: 500;
}
+.faint {
+ color: $color-main-grey;
+}
+
nav {
display: flex;
position: fixed;
@@ -93,14 +97,14 @@ ul {
.about {
display: flex;
flex-direction: row;
- img#avatar {
+ #avatar {
border-radius: 100%;
height: 128px;
}
- .about-sidebar {
+ &-sidebar {
flex: 23%;
}
- .about-links {
+ &-links {
margin-top: 1em;
.link-icon {
width: 32px;
@@ -111,7 +115,7 @@ ul {
bottom: 0.75em;
}
}
- .about-info {
+ &-info {
width: 100%;
p:first-child {
margin-top: 0;
@@ -142,11 +146,14 @@ ul {
border-radius: 1em;
}
}
-}
-.post-page {
- margin-bottom: 10px;
- .post-header {
+ &-page {
+ margin-bottom: 10px;
+ ul {
+ padding-left: 10px;
+ }
+ }
+ &-header {
margin-bottom: 2em;
ul {
display: flex;
@@ -162,10 +169,6 @@ ul {
}
}
}
-
- ul {
- padding-left: 10px;
- }
}
.art-menu {
@@ -232,6 +235,21 @@ ul {
}
}
+.music-project {
+ display: flex;
+
+ &-sidebar {
+ flex: 25%;
+ #logo {
+ width: 100%;
+ }
+ }
+
+ &-info {
+ width: 100%;
+ }
+}
+
blockquote {
margin: 0.5em;
@@ -341,6 +359,9 @@ footer {
code {
background: $color-darker-grey;
}
+ .faint {
+ color: $color-dark-grey;
+ }
.art-menu .art-category .link-mask {
background: $color-dark-bg;
color: $color-main-bg;