Added warning in style files

This commit is contained in:
Ole Eskild Steensen 2022-03-18 18:46:20 +01:00
parent b31a5db711
commit 441793f023
3 changed files with 10 additions and 13 deletions

View File

@ -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 { .content {
max-width: 900px; max-width: 900px;
margin: auto; margin: auto;

View File

@ -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-face {
font-family: 'Avenir Next'; font-family: 'Avenir Next';
src: url(public/fonts/94f2f163d4b698242fef.otf); src: url(public/fonts/94f2f163d4b698242fef.otf);

View File

@ -67,17 +67,4 @@ blockquote:before {
blockquote p { blockquote p {
display: inline; display: inline;
}
.external-link::after {
content: 'U+1F855';
position: absolute;
top: -4px;
right: -7px;
font-size: 12px;
}
.external-link {
padding-right: 10px;
position: relative;
} }