Skip to content

Commit

Permalink
update: styling up
Browse files Browse the repository at this point in the history
  • Loading branch information
ridemountainpig committed Jun 29, 2023
1 parent 6b4491d commit 46696b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/style/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ pre[id].linkable-line-numbers span.line-numbers-rows>span:hover:before {

pre[class*=language-].line-numbers {
position: relative;
padding-left: 3.8em;
padding-left: 5em;
counter-reset: linenumber
}

Expand All @@ -221,7 +221,7 @@ pre[class*=language-].line-numbers>code {
left: -16em;
width: 3em;
letter-spacing: -1px;
border-right: 1px solid #999;
/* border-right: 1px solid #999; */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
"nord-light-bg": "#eceff4",
"nord-light-subAlt": "#d8dee9",
"nord-light-sub": "#6a7791",
"nord-light-error": "#bf616a",
},
width: {
"26": "6.5rem",
Expand Down

0 comments on commit 46696b7

Please sign in to comment.