Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Courses
Node.js
REST API with Express.js
Commits
a7dc88e1
Verified
Commit
a7dc88e1
authored
5 years ago
by
Roberto Bochet
Browse files
Options
Download
Patches
Plain Diff
Added input class
parent
99a5f531
master
2021
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
poul/css/poul.css
+12
-0
poul/css/poul.css
with
12 additions
and
0 deletions
+12
-0
poul/css/poul.css
+
12
−
0
View file @
a7dc88e1
...
...
@@ -332,3 +332,15 @@ body {
max-height
:
5vh
;
padding
:
0
;
}
/*********************************************
* CODE
*********************************************/
code
.input
::before
,
pre
.input
>
code
::before
{
content
:
"$"
;
color
:
#8699A4
;
padding-right
:
5px
;
}
code
.input.root
::before
,
pre
.input.root
>
code
::before
{
content
:
"#"
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets