mirror of
https://codeberg.org/readeck/readeck.git
synced 2026-05-19 11:00:36 +00:00
Merge pull request 'Do not style <time> elements as bold text' (#1190) from time-no-bold into main
Reviewed-on: https://codeberg.org/readeck/readeck/pulls/1190 Reviewed-by: olivier <olivier@noreply.codeberg.org>
This commit is contained in:
@@ -140,7 +140,6 @@ div.main.photo img {
|
||||
}
|
||||
|
||||
strong,
|
||||
time,
|
||||
b {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -135,7 +135,6 @@ h6 {
|
||||
}
|
||||
|
||||
strong,
|
||||
time,
|
||||
b {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -284,7 +283,6 @@ main.content {
|
||||
}
|
||||
|
||||
strong,
|
||||
time,
|
||||
b {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -60,7 +60,6 @@ $line-height: 1.5;
|
||||
}
|
||||
|
||||
strong,
|
||||
time,
|
||||
b {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user