Skip to content

Commit

Permalink
update LFSc stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
emn committed Mar 10, 2024
1 parent 55dc067 commit c925fdc
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 47 deletions.
3 changes: 2 additions & 1 deletion articles/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
::-moz-selection {
/*background: rgb(255, 247, 162); */
/*background: rgb(255, 247, 162);*/
background: #F83;
}
::selection {
Expand Down Expand Up @@ -53,6 +53,7 @@ pre {
font-size: 0.85rem;
border: 1px solid #F2DFCE;
width: fit-content;
font-family: 'Courier New', monospace;
}
pre.prettyprint {
/*background-color: #f4f7f7;*/
Expand Down
Loading

0 comments on commit c925fdc

Please sign in to comment.