summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src/style
diff options
context:
space:
mode:
authorDax <[email protected]>2025-10-01 19:38:15 -0400
committerGitHub <[email protected]>2025-10-01 19:38:15 -0400
commita782e3dac2c60429c2f06ccb1b20edaf5797ca0f (patch)
treebee5e0104d9e5721d8d48df899c45a292cfb6889 /packages/console/app/src/style
parent70da3a9399d3385b53f7831beb08f716b972860d (diff)
downloadopencode-a782e3dac2c60429c2f06ccb1b20edaf5797ca0f.tar.gz
opencode-a782e3dac2c60429c2f06ccb1b20edaf5797ca0f.zip
Zen lander (#2907)
Co-authored-by: David Hill <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Adam <[email protected]> Co-authored-by: Jay V <[email protected]>
Diffstat (limited to 'packages/console/app/src/style')
-rw-r--r--packages/console/app/src/style/base.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/console/app/src/style/base.css b/packages/console/app/src/style/base.css
index a4847ed43..1c3f1d55b 100644
--- a/packages/console/app/src/style/base.css
+++ b/packages/console/app/src/style/base.css
@@ -7,3 +7,15 @@ html {
body {
font-family: var(--font-sans);
}
+
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ white-space: nowrap;
+ border-width: 0;
+}