Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
43cab1b7
Commit
43cab1b7
authored
Dec 22, 2020
by
Dominik Hebeler
Browse files
changed font color
parent
a910ac6b
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/AdminSpamController.php
View file @
43cab1b7
...
...
@@ -19,7 +19,8 @@ class AdminSpamController extends Controller
->
with
(
'title'
,
"Spam Konfiguration - MetaGer"
)
->
with
(
'queries'
,
$queries
)
->
with
(
'bans'
,
$currentBans
)
->
with
(
'loadedBans'
,
$loadedBans
);
->
with
(
'loadedBans'
,
$loadedBans
)
->
with
(
'darkcss'
,
[
mix
(
'/css/spam.css'
)]);
}
public
function
ban
(
Request
$request
)
...
...
resources/less/metager/pages/spam.less
0 → 100644
View file @
43cab1b7
#queries > div {
color: #777
}
\ No newline at end of file
webpack.mix.js
View file @
43cab1b7
...
...
@@ -28,6 +28,9 @@ mix
.
less
(
"
resources/less/metager/startpage-only-dark.less
"
,
"
public/css/themes/startpage-only-dark.css
"
,
{
strictMath
:
true
})
.
less
(
"
resources/less/metager/pages/spam.less
"
,
"
public/css/spam.css
"
,
{
strictMath
:
true
})
.
less
(
"
resources/less/metager/metager-dark.less
"
,
"
public/css/themes/metager-dark.css
"
,
{
strictMath
:
true
})
...
...
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