From e2558c49696850604374b7712913f4981b39fa96 Mon Sep 17 00:00:00 2001 From: sa6anw Date: Sat, 19 Apr 2025 15:49:18 +0000 Subject: [PATCH] Fixar skalningen --- docs/extra.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/extra.css b/docs/extra.css index bd23e1f..bd5175e 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -4,6 +4,8 @@ overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 1rem 0; + background-color: #000; /* Svart bakgrund på hela raden */ + width: 100%; /* Viktigt */ } .ascii-wrapper pre { @@ -11,5 +13,6 @@ line-height: 1.2; margin: 0; white-space: pre; + color: #0f0; /* Valfritt, men ser ofta snyggt ut */ + background: transparent; /* Viktigt så du inte får en mindre bakgrund */ } -} \ No newline at end of file