Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 845 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 845 Bytes

Description

ClearCobalt theme for Question2Answer, aiming for a StackOverflow-ish look.

The style definitions are written in Less, which supports variables and macros (called "mixins"). To modify the style edit qa-styles.less and run the Less compiler:

lessc qa-styles.less > qa-styles.css

To validate the Less file run

lessc --lint --verbose qa-styles.less

License

This theme is licensed under the GNU General Public License version 3.0, except for the included Open Sans and Roboto Mono fonts, which are licensed under the terms of the Apache License version 2.0.

SPDX-License-Identifier: GPL-3.0-or-later AND Apache-2.0