Skip to content

Commit

Permalink
fix: subsites list bullet colors (#574)
Browse files Browse the repository at this point in the history
* fix: smalls changes

* fix: list bullet color for subsites

* docs: release.md

* fix: marker

* fix: file cleaned

* fix: link color

* fix: back to black
  • Loading branch information
Wagner3UB authored Mar 12, 2024
1 parent 5869d83 commit 814d55d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
### Fix

- Quando si clicca sul bottone di login da una pagina specifica, dopo il login si viene reindirizzati alla pagina di provenienza.
- Sistemati i colori per i punti elenco per i sotto siti

## Versione 7.25.2 (04/03/2024)

Expand Down
4 changes: 4 additions & 0 deletions theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
.btn-outline-tertiary {
@include button-outline-variant($subsite-tertiary);
}
// simple list bullet color
.simple-list-template ul li::marker {
color: $body-color;
}
}

0 comments on commit 814d55d

Please sign in to comment.