Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
ccc6a776
Commit
ccc6a776
authored
Sep 27, 2019
by
Nick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: print readable code blocks
parent
f9e10d51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
7 deletions
+18
-7
app.scss
client/themes/default/scss/app.scss
+18
-7
No files found.
client/themes/default/scss/app.scss
View file @
ccc6a776
/* THEME SPECIFIC STYLES */
.contents
{
.
v-application
.
contents
{
color
:
mc
(
'grey'
,
'800'
);
padding
:
.5rem
0
50px
;
position
:
relative
;
...
...
@@ -452,19 +452,19 @@
// ---------------------------------
code
{
background-color
:
mc
(
'indigo'
,
'50'
)
!
important
;
background-color
:
mc
(
'indigo'
,
'50'
);
padding
:
0
5px
;
color
:
mc
(
'indigo'
,
'800'
)
!
important
;
color
:
mc
(
'indigo'
,
'800'
);
font-family
:
'Roboto Mono'
,
monospace
;
font-weight
:
normal
!
important
;
font-size
:
1rem
!
important
;
box-shadow
:
none
!
important
;
font-weight
:
normal
;
font-size
:
1rem
;
box-shadow
:
none
;
&
:
:
before
,
&::
after
{
display
:
none
;
}
@at-root
.
theme--dark
&
{
@at-root
.
v-application.theme--dark
.contents
code
{
background-color
:
darken
(
mc
(
'grey'
,
'900'
)
,
5%
);
color
:
mc
(
'indigo'
,
'100'
);
}
...
...
@@ -720,5 +720,16 @@
font-size
:
14px
;
}
.v-application
.contents
{
.prismjs
{
box-shadow
:
none
;
background-color
:
#FFF
;
>
code
{
color
:
#000
;
box-shadow
:
none
;
text-shadow
:
none
;
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment