Spaces:
Running
Running
michal
commited on
Commit
·
1c61740
1
Parent(s):
bee8d8c
Upload
Browse files- src/styles.py +1 -1
src/styles.py
CHANGED
@@ -112,7 +112,7 @@ polygon_svg = """
|
|
112 |
<svg width="400px" height="190px" viewBox="0 0 243.6 180.2" xmlns="http://www.w3.org/2000/svg" xml:space="preserve">
|
113 |
<style type="text/css">
|
114 |
.st0{fill:#E52713;} /* Sets the fill color to red */
|
115 |
-
.st1 { fill: #
|
116 |
</style>
|
117 |
<g>
|
118 |
<polygon class="st0" points="147.4,97.1 147.4,107.5 137,107.5 137,103.1 126.1,103.1 126.1,104.7 121.3,104.7 121.3,103.1
|
|
|
112 |
<svg width="400px" height="190px" viewBox="0 0 243.6 180.2" xmlns="http://www.w3.org/2000/svg" xml:space="preserve">
|
113 |
<style type="text/css">
|
114 |
.st0{fill:#E52713;} /* Sets the fill color to red */
|
115 |
+
.st1 { fill: #FFFFFF; } /* Sets the fill color to blue */
|
116 |
</style>
|
117 |
<g>
|
118 |
<polygon class="st0" points="147.4,97.1 147.4,107.5 137,107.5 137,103.1 126.1,103.1 126.1,104.7 121.3,104.7 121.3,103.1
|