Skip to content

aacctt.atlassian.net/wiki/spaces/ by tbiking

Details

Authortbiking

LicenseNo License

Categoryhttps://aacctt.atlassian.net/wiki/spaces/

Created

Updated

Size967 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

light blue hue background to make it stand out when alt tabbing

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           aacctt.atlassian.net/wiki/spaces/
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://aacctt.atlassian.net/wiki/spaces/") {
    /* Insert code here... */
    
/* Change the background color of Confluence to a light blue hue */

body, .aui-page-panel, .content, .ia-splitter, .ia-splitter-handle, .ia-splitter-inner, .ia-splitter-inner-handle {
  background-color: #e0f7fa !important; /* Light blue background color */
}

header, footer, .editor, .confluence-quick-edit {
  background-color: #e0f7fa !important; /* Match header, footer, editor, and quick edit areas to the light blue background */
}

/* Optional: Adjust text color for better readability */
body, .content, .editor, .confluence-quick-edit {
  color: #333 !important; /* Darker text color for better contrast */
}

/* Keep other styles default */

}

Reviews

No reviews yet.