Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Consolas (0.03 seconds)

  1. src/main/webapp/css/chat.css

    }
    
    .message-content code {
        background-color: rgba(9, 30, 66, 0.08);
        padding: 0.125rem 0.375rem;
        border-radius: 3px;
        font-family: 'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', monospace;
        font-size: 0.875em;
    }
    
    .message-content pre code {
        background-color: transparent;
        padding: 0;
    }
    
    /* ============================================
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 19.4K bytes
    - Click Count (0)
Back to Top