Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ediw8311xht committed Nov 3, 2024
1 parent f8fa6b9 commit 16db353
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 132 deletions.
4 changes: 2 additions & 2 deletions i3wm/config
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
#-------------------------------LEFT--------#
workspace 1 output $MON_1
workspace 2 output $MON_1
workspace 3 output $MON_1
workspace 4 output $MON_1
#-------------------------------CENTER------#
workspace 7 output $MON_P
workspace 8 output $MON_P
workspace 9 output $MON_P
workspace 10 output $MON_P
workspace 11 output $MON_P
workspace 12 output $MON_P
workspace 3 output $MON_P
workspace 4 output $MON_P
workspace 5 output $MON_P
workspace 6 output $MON_P
#-------------------------------RIGHT-------#
Expand Down
47 changes: 47 additions & 0 deletions nvim/language_specific/templates/template_note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<style>
main {
background-color: #030303 !important;
}
.markdown-body {
background-color: #000 !important;
}
* {
font-family: Agave !important;
}
#page-ctn, #page-header, .markdown-body {
max-width: min(1100px, 90vw) !important;
}
img {
max-width: 90%;
max-height: 100%;
}
img:hover {
max-height: 900px !important;

}
.katex-display {
margin-left: 1vw;
background-color: #000;
padding: 10px;
display: inline-block;
}
.katex-html {
color: #000 !important;
padding-left: 4px;
padding-right: 4px;
background-color: #039 !important;
}
li {
padding-left: 9px;
}
u {
color: #F90;
text-decoration: none;
}
strong {
color: #AAA;
font-weight: normal !important;
}
</style>

## Title
Loading

0 comments on commit 16db353

Please sign in to comment.