mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
Added warning in style files
This commit is contained in:
parent
b31a5db711
commit
441793f023
@ -1,3 +1,8 @@
|
||||
/***
|
||||
* DO NOT ADD/MODIFY STYLING HERE. IT WILL BE OVERWRITTEN IF YOU UPDATE THE TEMPLATE VERSION.
|
||||
* MODIFY THE custom-style.scss FILE INSTEAD.
|
||||
***/
|
||||
|
||||
.content {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
|
@ -1,3 +1,8 @@
|
||||
/***
|
||||
* DO NOT ADD/MODIFY STYLING HERE. IT WILL BE OVERWRITTEN IF YOU UPDATE THE TEMPLATE VERSION.
|
||||
* MODIFY THE custom-style.scss FILE INSTEAD.
|
||||
***/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Avenir Next';
|
||||
src: url(public/fonts/94f2f163d4b698242fef.otf);
|
||||
|
@ -68,16 +68,3 @@ blockquote:before {
|
||||
blockquote p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.external-link::after {
|
||||
content: 'U+1F855';
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
right: -7px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.external-link {
|
||||
padding-right: 10px;
|
||||
position: relative;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user