Skip to content

Commit

Permalink
Changes font size and text in notes (refs #39).
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsayer2 committed Dec 28, 2020
1 parent 9af9faf commit 1e77117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/note/AnNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
- Um
<strong>Text bold</strong>
darzustellen versehen Sie die gewünschten Passagen bitte mit
__Text__
__Text__ oder **Text**
</li>
<li>
- Um
<i>Text kursiv</i>
darzustellen versehen Sie die gewünschten Passagen bitte mit
_Text_
_Text_ oder *Text*
</li>
</ul>
</div>
Expand Down Expand Up @@ -369,7 +369,7 @@ hr {
}
&__controls {
font-size: 0.7em;
font-size: 8pt;
color: $color-theme-darkgrey;
margin-left: 5px;
ul {
Expand Down

0 comments on commit 1e77117

Please sign in to comment.