Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
9d961ad678 | |||
d60785d799 |
3
.changes/2.3.0.md
Normal file
3
.changes/2.3.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 2.3.0 - 2024-02-07
|
||||
### Fixed
|
||||
* Font fixed to work across browsers
|
@@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||
|
||||
|
||||
## 2.3.0 - 2024-02-07
|
||||
### Fixed
|
||||
* Font fixed to work across browsers
|
||||
|
||||
## 2.2.0 - 2024-02-01
|
||||
### Fixed
|
||||
* Styling of workflow header in english page
|
||||
|
@@ -66,11 +66,11 @@ $yellow: #fcc958;
|
||||
}
|
||||
|
||||
body{
|
||||
font-family: 'Lato', serif;
|
||||
font-family: 'Arial', serif;
|
||||
.highlight {
|
||||
padding: .5rem;
|
||||
font-family: 'Trocchi', serif;
|
||||
font-size: 2rem;
|
||||
padding: .25rem;
|
||||
//font-family: 'Trocchi', serif;
|
||||
//font-size: 2rem;
|
||||
}
|
||||
.highlight-1 {
|
||||
background-color: $chill-green;
|
||||
|
Reference in New Issue
Block a user