1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Make replaceable class text italic (#1008)

Make replaceable class text italic to visually differentiate content that may or must be replaced.

Co-authored-by: haszi <haszika80@gmail.com>
This commit is contained in:
haszi
2024-06-15 12:40:06 +02:00
committed by GitHub
parent 3e1d7c4b5b
commit e182a0bf7e

View File

@@ -603,3 +603,7 @@ div.elephpants img:focus {
.thanks__description {
margin: 0
}
.replaceable {
font-style: italic;
}