diff --git a/content/stake-pool/tezos-xtz.md b/content/stake-pool/tezos-xtz.md index e22a250e..3acd6e54 100644 --- a/content/stake-pool/tezos-xtz.md +++ b/content/stake-pool/tezos-xtz.md @@ -70,8 +70,8 @@ -
- +
+
@@ -81,11 +81,11 @@ 491.520
-
- +
+
-
- ( +
+
@@ -95,8 +95,8 @@ 16
-
- +
+
@@ -109,8 +109,8 @@
-
- +
+
@@ -120,8 +120,8 @@ 2
-
- +
+
@@ -131,11 +131,11 @@ 32
-
- ) +
+
-
- / +
+
@@ -145,8 +145,8 @@ 763.3M
-
- / +
+
@@ -159,8 +159,8 @@
-
- +
+
@@ -170,8 +170,8 @@ 85%
-
- = +
+
diff --git a/themes/fractalide/files/css/custom.css b/themes/fractalide/files/css/custom.css index 3d7d19fb..21247c32 100644 --- a/themes/fractalide/files/css/custom.css +++ b/themes/fractalide/files/css/custom.css @@ -577,7 +577,49 @@ section#tezos-xtz ul li { .math_symbol { order: 1; - padding: 65px 10px 5px 10px; + padding: 60px 10px 5px 10px; +} + +.math_symbol_plus > span:before { + content: "+"; + font-size: 20px; + font-weight: 900; + color: #58B4CD; +} + +.math_symbol_times > span:before { + content: "\00D7"; + font-size: 20px; + font-weight: 900; + color: #58B4CD; +} + +.math_symbol_divide > span:before { + content: "\00F7"; + font-size: 20px; + font-weight: 900; + color: #58B4CD; +} + +.math_symbol_equal > span:before { + content: "="; + font-size: 20px; + font-weight: 900; + color: #58B4CD; +} + +.math_symbol_parenthesis_open > span:before { + content: "("; + font-size: 20px; + font-weight: 900; + color: #58B4CD; +} + +.math_symbol_parenthesis_close > span:before { + content: ")"; + font-size: 20px; + font-weight: 900; + color: #58B4CD; } .math_element {