Author: haszi (haszi)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-06-15T13:40:06+03:00

Commit: 
https://github.com/php/web-php/commit/e182a0bf7e6eca2c086cb100fe38d2dab1effe82
Raw diff: 
https://github.com/php/web-php/commit/e182a0bf7e6eca2c086cb100fe38d2dab1effe82.diff

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 <haszik...@gmail.com>

Changed paths:
  M  styles/theme-medium.css


Diff:

diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index a193ed89eb..c76498c009 100644
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -603,3 +603,7 @@ div.elephpants img:focus {
 .thanks__description {
   margin: 0
 }
+
+.replaceable {
+  font-style: italic;
+}

Reply via email to