Backup dotfiles
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@mixin hover($bg) {
|
||||
background-color: $bg;
|
||||
|
||||
&:hover {
|
||||
@if $darkmode == true {
|
||||
background-color: lighten($bg, 5%);
|
||||
}
|
||||
@else {
|
||||
background-color: darken($bg, 5%);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
@mixin window {
|
||||
background-color: $surface;
|
||||
border-radius: 1rem;
|
||||
padding: 1rem;
|
||||
color: $onSurface;
|
||||
box-shadow: 0 0 4px 2px $shadow;
|
||||
margin: 1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user