light orange background to make it standout on alt+tab
workspace-preview.neo4j.io/workspace/ by tbiking
Details
Authortbiking
LicenseNo License
Categoryhttps://workspace-preview.neo4j.io/
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name workspace-preview.neo4j.io/workspace/query - Jun 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://workspace-preview.neo4j.io") {
/* Insert code here... */
/* Change the background color of Neo4j Workspace to a light orange hue */
/* Specific targeting for header and other essential components */
header, footer, .sidebar, .code-editor, .result-view, .navbar, .top-bar, .header {
background-color: #fff3e0 !important; /* Ensure important elements are targeted */
}
/* More specific targeting for navigation header */
#navigation, ._nav_gtjpw_9 {
background-color: #fff3e0 !important; /* Light orange background color */
}
/* Optional: Adjust text color for better readability */
body, .app-container, .workspace-container, .editor-container, .editor, .result-pane, header, footer, .navbar, .top-bar, .header, #navigation, ._nav_gtjpw_9 {
color: #333 !important; /* Darker text color for better contrast */
}
/* Keep other styles default */
}