diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-10 01:04:33 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-10 01:04:33 +0300 |
commit | a8124581c4e8c3f3e462f13ffe63228d7a631b79 (patch) | |
tree | 95dda80be036875b1f94293f2e1eefaeae964dc4 /assets/css | |
parent | 4be90086db5e000423aed1b1cffd012dc5b603ab (diff) |
Auto-commit 2024-12-10
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/main.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 2ef42ce..002573b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -79,4 +79,16 @@ canvas { .square_hack { width:0; padding-bottom: 100%; +} + +.labelBkg { + background: none !important; +} + +.edgeLabel { + background: none !important; +} + +.edgeLabel p { + background: none !important; }
\ No newline at end of file |