Compare commits
16 commits
translatio
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
ecbed7cd4a | ||
|
4a64ec6a4c | ||
|
4b2372dd0b | ||
|
bc9c319c27 | ||
|
61a9c09bdb | ||
|
2bf259afbe | ||
|
61267f2be0 | ||
|
065c77a010 | ||
|
710dcb0df1 | ||
|
438b7c8e40 | ||
|
6b523647bc | ||
|
4057a6c2c0 | ||
|
70fba9c40d | ||
|
fe6c8f63d9 | ||
|
aa8569b048 | ||
|
f8b146bb93 |
5 changed files with 3055 additions and 3377 deletions
1487
composer.lock
generated
1487
composer.lock
generated
File diff suppressed because it is too large
Load diff
4928
package-lock.json
generated
4928
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -62,7 +62,7 @@
|
|||
"markdownlint-cli": "^0.27.1",
|
||||
"merge": "^2.1.1",
|
||||
"minify": "^7.0.1",
|
||||
"node-sass": "^5.0.0",
|
||||
"node-sass": "^7.0.0",
|
||||
"prettier": "^2.2.1",
|
||||
"stylelint": "^13.12.0",
|
||||
"stylelint-a11y": "^1.2.3",
|
||||
|
|
6
renovate.json
Normal file
6
renovate.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
|
@ -607,3 +607,12 @@ Link color set to inherit, so referrers/numbers are not grayed out.
|
|||
.footnotes_logo_part2 {
|
||||
color: #545f5a;
|
||||
}
|
||||
|
||||
/** Fix for screen readers,
|
||||
@reporter @markhillyer
|
||||
@contributor @pewgeuges
|
||||
@link https://wordpress.org/support/topic/backlink-reference-number-font-weight/
|
||||
*/
|
||||
.footnote_plugin_index {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
Reference in a new issue