Skip to content

Commit 5283299

Browse files
committed
modify homepage
1 parent 63cefde commit 5283299

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

homepage.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
@import "colors.scss";
1+
@import "/home/kip/.cache/wal/colors.scss";
22

33
$background-color: $color0; // main background color
44
$color: $color7; // main font color
5-
$link-color: $color9; // main link color
5+
$link-color: $color5; // main link color
66

77
body {
88
background: $background-color;
@@ -63,7 +63,7 @@ a:visited, a:hover, a:active, a:link {
6363
.column {
6464
display: flex;
6565
flex-direction: column;
66-
align-items: center; // center items under head
66+
// align-items: center; // center items under head
6767
margin: 0em 1em;
6868

6969
.elem {
@@ -76,7 +76,8 @@ a:visited, a:hover, a:active, a:link {
7676
.delim {
7777
width: 100%;
7878
font-size: 0.5em;
79-
border-bottom: 1px solid $color
79+
border-bottom: 1px solid $color;
80+
text-align: right;
8081
}
8182
}
8283
}

0 commit comments

Comments
 (0)