- Created complete documentation in docs/ directory - Added PROJECT_OVERVIEW.md with feature highlights and getting started guide - Added ARCHITECTURE.md with system design and technical details - Added SECURITY.md with comprehensive security implementation guide - Added DEVELOPMENT.md with development workflows and best practices - Added DEPLOYMENT.md with production deployment instructions - Added API.md with complete REST API documentation - Added CONTRIBUTING.md with contribution guidelines - Added CHANGELOG.md with version history and migration notes - Reorganized all documentation files into docs/ directory for better organization - Updated README.md with proper documentation links and quick navigation - Enhanced project structure with professional documentation standards
39 lines
1.8 KiB
CSS
39 lines
1.8 KiB
CSS
/*
|
|
|
|
Name: Base16 Default Light
|
|
Author: Chris Kempson (http://chriskempson.com)
|
|
|
|
CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-chrome-devtools)
|
|
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
|
|
|
|
*/
|
|
|
|
.cm-s-base16-light.CodeMirror {background: #f5f5f5; color: #202020;}
|
|
.cm-s-base16-light div.CodeMirror-selected {background: #e0e0e0 !important;}
|
|
.cm-s-base16-light.CodeMirror ::selection { background: #e0e0e0; }
|
|
.cm-s-base16-light.CodeMirror ::-moz-selection { background: #e0e0e0; }
|
|
.cm-s-base16-light .CodeMirror-gutters {background: #f5f5f5; border-right: 0px;}
|
|
.cm-s-base16-light .CodeMirror-guttermarker { color: #ac4142; }
|
|
.cm-s-base16-light .CodeMirror-guttermarker-subtle { color: #b0b0b0; }
|
|
.cm-s-base16-light .CodeMirror-linenumber {color: #b0b0b0;}
|
|
.cm-s-base16-light .CodeMirror-cursor {border-left: 1px solid #505050 !important;}
|
|
|
|
.cm-s-base16-light span.cm-comment {color: #8f5536;}
|
|
.cm-s-base16-light span.cm-atom {color: #aa759f;}
|
|
.cm-s-base16-light span.cm-number {color: #aa759f;}
|
|
|
|
.cm-s-base16-light span.cm-property, .cm-s-base16-light span.cm-attribute {color: #90a959;}
|
|
.cm-s-base16-light span.cm-keyword {color: #ac4142;}
|
|
.cm-s-base16-light span.cm-string {color: #f4bf75;}
|
|
|
|
.cm-s-base16-light span.cm-variable {color: #90a959;}
|
|
.cm-s-base16-light span.cm-variable-2 {color: #6a9fb5;}
|
|
.cm-s-base16-light span.cm-def {color: #d28445;}
|
|
.cm-s-base16-light span.cm-bracket {color: #202020;}
|
|
.cm-s-base16-light span.cm-tag {color: #ac4142;}
|
|
.cm-s-base16-light span.cm-link {color: #aa759f;}
|
|
.cm-s-base16-light span.cm-error {background: #ac4142; color: #505050;}
|
|
|
|
.cm-s-base16-light .CodeMirror-activeline-background {background: #DDDCDC !important;}
|
|
.cm-s-base16-light .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
|