Inject CSS to make links more prominent
This commit is contained in:
parent
18a4e77523
commit
3a8a081dfa
1 changed files with 21 additions and 0 deletions
21
config/asset_injector.css.link.yml
Normal file
21
config/asset_injector.css.link.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: b490d3cf-656f-497d-a687-53f0df526053
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_visibility_groups
|
||||
id: link
|
||||
label: Link
|
||||
code: |-
|
||||
a {
|
||||
color: #3b5bdb;
|
||||
}
|
||||
media: all
|
||||
preprocess: true
|
||||
conditions:
|
||||
condition_group:
|
||||
id: condition_group
|
||||
negate: false
|
||||
block_visibility_group: ''
|
||||
contexts: { }
|
||||
conditions_require_all: true
|
Loading…
Reference in a new issue