Skip to content

Commit

Permalink
theme tweak to widen text area
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahampshire committed Dec 9, 2024
1 parent 44ea3e2 commit 09a1ee8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 49 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Monday, December 9th 2024, 17:06:46 UTC
Monday, December 9th 2024, 18:28:31 UTC
56 changes: 8 additions & 48 deletions documentation/docs/pages/styles.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/* body {
--colorPrimary: #fc8469;
--textPrimary: #121726;
}
div.nextra-code-block > div {
background: var(--colorPrimary) !important;
} */

footer {
text-align: center;
}
Expand All @@ -24,17 +15,19 @@ footer {
}

.nextra-toc {
width: 300px !important;
width: 10px !important;
padding-right: 0px;
padding-left: 0px;
text-align: right;
/* text-align: right; */
border-left: 1px solid #262626;
}

/* Code blocks*/
.nx-absolute.nx-top-0 {
background: var(--colorPrimary) !important;
color: var(--textPrimary) !important;
.nextra-content {
padding-top: 0 !important;
padding-right: 0 !important;
padding-bottom: 0 !important;
padding-left: 0 !important;
margin: 0 !important;
}

:is(html[class~="dark"] .dark\:nx-bg-primary-300\/10) {
Expand All @@ -56,14 +49,6 @@ footer {
column-width: 500px;
}

/* aside ul > li > a:hover{
background: #fb6e4ea9 !important;
} */

/* aside ul > li > a:active{
background: #fb6e4e !important;
} */

/* Links*/
.nx-text-primary-600.nx-underline.nx-decoration-from-font {
color: var(--colorPrimary) !important;
Expand All @@ -73,31 +58,6 @@ footer {
color: var(--colorPrimary) !important;
}

/* Callouts */
/*
.nextra-callout {
background-color: #fb6e4e21 !important;
}
.nx-mt-6 .nx-leading-7 > p {
color: var(--colorPrimary) !important;
}
*/

/* Callout Secondary */
/*
:is(html .dark\:nx-border-yellow-200\/30) {
border-color: transparent !important;
}
*/

/* Callout Primary */
/*
:is(html .dark\:nx-border-blue-200\/30) {
border-color: var(--colorPrimary) !important;
}
*/

/* Chips*/
.chipContained {
background-color: var(--colorPrimary) !important;
Expand Down

0 comments on commit 09a1ee8

Please sign in to comment.