Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
ahiqar
ahiqar-tido
Commits
bf415c57
Commit
bf415c57
authored
Aug 11, 2021
by
dindigala
Browse files
feat: add a strikethrough style to del class and remove quote.
parent
4928898a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ahikar.css
View file @
bf415c57
...
...
@@ -27,6 +27,10 @@ body {
.cb
{
column-span
:
all
;
}
.del
{
text-decoration
:
line-through
;
}
.g
{
color
:
#400000
;
}
...
...
@@ -63,9 +67,6 @@ body {
color
:
#0645ad
;
text-decoration
:
none
;
}
.quote
{
font-style
:
italic
;
}
.ref
{
color
:
#0645ad
;
}
...
...
ahikar.scss
View file @
bf415c57
...
...
@@ -28,6 +28,10 @@ body {
.cb
{
column-span
:
all
;
}
.del
{
text-decoration
:
line-through
;
}
.g
{
color
:
#400000
;
}
...
...
@@ -64,9 +68,6 @@ body {
color
:
#0645ad
;
text-decoration
:
none
;
}
.quote
{
font-style
:
italic
;
}
.ref
{
color
:
#0645ad
;
}
...
...
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