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
8b898b9d
Commit
8b898b9d
authored
Apr 03, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated code highlight styles
parent
6918eac3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
bundle.min.js
assets/js/bundle.min.js
+0
-0
app.scss
client/scss/app.scss
+1
-1
markdown-content.scss
client/scss/components/markdown-content.scss
+9
-7
No files found.
assets/js/bundle.min.js
View file @
8b898b9d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
client/scss/app.scss
View file @
8b898b9d
...
...
@@ -28,7 +28,7 @@ $primary: 'indigo';
@import
'libs/twemoji-awesome'
;
@import
'libs/jquery-contextmenu'
;
@import
'node_modules/highlight.js/styles/
tomorrow
'
;
@import
'node_modules/highlight.js/styles/
atom-one-dark
'
;
@import
'node_modules/simplemde/dist/simplemde.min'
;
@import
'components/_editor'
;
...
...
client/scss/components/markdown-content.scss
View file @
8b898b9d
...
...
@@ -238,20 +238,22 @@
}
pre
{
background-color
:
mc
(
'grey'
,
'50'
);
border-top
:
1px
solid
mc
(
'grey'
,
'100'
);
box-shadow
:
inset
0
0
5px
0
rgba
(
mc
(
'grey'
,
'500'
)
,
0
.3
);
padding
:
20px
;
background-color
:
mc
(
'blue-grey'
,
'900'
);
border-left
:
7px
solid
mc
(
'indigo'
,
'500'
);
border-top-left-radius
:
5px
;
border-bottom-left-radius
:
5px
;
padding
:
20px
20px
20px
13px
;
font-family
:
$core-font-monospace
;
white-space
:
pre
;
>
code
{
box-shadow
:
inset
0
0
5px
0
mc
(
'grey'
,
'100'
);
border-radius
:
5px
;
font-weight
:
400
;
background-color
:
none
;
color
:
mc
(
'
grey'
,
'7
00'
);
background-color
:
transparent
;
color
:
mc
(
'
blue-grey'
,
'1
00'
);
padding
:
0
;
font-family
:
$core-font-monospace
;
font-size
:
13px
;
}
&
+
p
{
...
...
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