♻️ (app)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@charset "utf-8";
|
||||
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&family=Courgette&family=IBM+Plex+Serif&family=Kiwi+Maru&family=Maven+Pro&family=Noto+Sans+KR&family=Tajawal&family=Domine&family=Amiri&display=swap&family=Montagu+Slab&family=Gowun+Batang&family=Cormorant+Garamond&family=Forum');
|
||||
@import url("https://fonts.googleapis.com/css2?family=Courier+Prime&family=Courgette&family=IBM+Plex+Serif&family=Kiwi+Maru&family=Maven+Pro&family=Noto+Sans+KR&family=Tajawal&family=Domine&family=Amiri&display=swap&family=Montagu+Slab&family=Gowun+Batang&family=Cormorant+Garamond&family=Forum");
|
||||
|
||||
/**
|
||||
font-family: 'Courgette', cursive;
|
||||
@@ -16,7 +16,7 @@
|
||||
$primary: #2c3a47;
|
||||
$link: #44b9a0;
|
||||
$light-link: lighten($link, 45%);
|
||||
$family-primary: 'Courier Prime', monospace;
|
||||
$family-primary: "Courier Prime", monospace;
|
||||
|
||||
:root {
|
||||
--primary-color: #{$primary};
|
||||
@@ -27,7 +27,7 @@ $family-primary: 'Courier Prime', monospace;
|
||||
--note-width: 620px;
|
||||
}
|
||||
|
||||
@import '../../node_modules/bulma/bulma.sass';
|
||||
@import "../../node_modules/bulma/bulma.sass";
|
||||
|
||||
html {
|
||||
overflow-y: auto;
|
||||
@@ -42,7 +42,6 @@ body {
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px) {
|
||||
|
||||
html,
|
||||
body {
|
||||
overflow-y: hidden;
|
||||
@@ -75,7 +74,7 @@ a {
|
||||
&::after {
|
||||
margin-left: 0.2rem;
|
||||
vertical-align: text-top;
|
||||
content: url('assets/icons/external-link.svg');
|
||||
content: url("assets/icons/external-link.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -93,7 +92,6 @@ a {
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
||||
html,
|
||||
body {
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user