summaryrefslogtreecommitdiffstats
path: root/src/styles/svg.scss
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-06-20 09:01:08 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:12:47 +0100
commite34e3fd103f6cf1cd7575c38c4330fa531ac1f3a (patch)
tree47eb94c5fa8bfe0c71425173ab6f3ac8661847be /src/styles/svg.scss
parentd3d34a301af9589322ed0cbfca991bdcff0e24b5 (diff)
RESTRUCT Split style into several files
Diffstat (limited to 'src/styles/svg.scss')
-rw-r--r--src/styles/svg.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/styles/svg.scss b/src/styles/svg.scss
new file mode 100644
index 0000000..eddbbe5
--- /dev/null
+++ b/src/styles/svg.scss
@@ -0,0 +1,18 @@
+body {
+ svg {
+ path,
+ polygon,
+ linearGradient,
+ rect {
+ fill: #00ADDC !important;
+ }
+
+ circle {
+ fill: none !important;
+ }
+
+ text {
+ display: none !important;
+ }
+ }
+} \ No newline at end of file