Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
25a36c1b
Commit
25a36c1b
authored
Mar 05, 2018
by
yPhil
Browse files
Merge branch 'dev'
parents
fd873176
030feabb
Pipeline
#41246
passed with stage
in 32 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
25a36c1b
{
"name"
:
"petrolette"
,
"version"
:
"1.0.1
3
"
,
"version"
:
"1.0.1
4
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
25a36c1b
{
"name"
:
"petrolette"
,
"description"
:
"Fly-by-night news reading webapp."
,
"version"
:
"1.0.1
3
"
,
"version"
:
"1.0.1
4
"
,
"private"
:
true
,
"license"
:
"GPL-3.0-only"
,
"engines"
:
{
...
...
public/css/petrolette.css
View file @
25a36c1b
...
...
@@ -952,7 +952,7 @@ li.feed {
li
.ui-tabs-tab
a
:link
,
li
.ui-tabs-tab
a
:visited
{
color
:
var
(
--color-pri
)
!important
;
color
:
var
(
--color-pri
);
}
li
.ui-tabs-active
,
...
...
@@ -995,6 +995,7 @@ li.feedItem:nth-child(even) {
}
li
.feedItem
:hover
{
color
:
var
(
--bg-color-sec
)
!important
;
background-color
:
var
(
--bg-color-pri
)
!important
;
}
...
...
@@ -1070,7 +1071,6 @@ div.introjs-helperLayer {
background
:
var
(
--ui-color-sec
)
!important
;
}
.ui-widget-content
a
:visited
,
.introjs-tooltip
a
:visited
{
color
:
var
(
--color-qui
);
}
...
...
@@ -1176,12 +1176,12 @@ div.introjs-helperLayer {
display
:
var
(
--logo-display
);
font-family
:
LobsterRegular
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
36pt
;
margin
:
-6px
0
0
0
!important
;
margin
:
-6px
0
0
0
;
}
.topnav
>
div
#logoTitle
>
.logoTitle
>
a
:link
,
.topnav
>
div
#logoTitle
>
.logoTitle
>
a
:visited
{
color
:
var
(
--ui-color-pri
)
!important
;
color
:
var
(
--ui-color-pri
);
transition
:
all
0.3s
linear
;
}
...
...
Write
Preview
Supports
Markdown
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