Skip to content

bevyengine.org Light Theme by maccesch

Details

Authormaccesch

LicenseNo License

Categorybevyengine

Created

Updated

Size761 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A light theme for the Bevy engine books

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         bevyengine.org Light Theme
@version      20220420.15.09
@namespace    userstyles.world/user/maccesch
@description  A light theme for the Bevy engine books
@author       maccesch
@license      No License
==/UserStyle== */

@-moz-document domain("bevyengine.org") {
html, body {
  background-color: white;
  color: #444;
}

.media-content {
  color: #444;
}

.media-content a {
  color: #004bce;
}

.tree-menu__link, .tree-menu__link:focus, .tree-menu__link:active, .tree-menu__link:hover, .tree-menu__link:link, .tree-menu__link:visited {
  color: #333;
}

.tree-menu__item--active > .tree-menu__label .tree-menu__link {
  color: #000;
}

.warning {
  color: #87872a;
}

.z-code, .media-content code {
  background-color: #333;
}
}

Reviews

No reviews yet.