Skip to content

bard.google.com - Dec 2023 by priti921

Details

Authorpriti921

LicenseNo License

Categorybard.google.com

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           bard.google.com - Dec 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("bard.google.com") {

    @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&family=Ubuntu:wght@300&display=swap');
    body {
        font-family: 'Ubuntu', sans-serif;
    }

    /* Insert code here... */
    .query-content[_ngcontent-ng-c3951576968] {
        color: #1c1917!important;
    }
    .markdown[_ngcontent-ng-c526856094] {
        color: #1c1917!important;
    }
    .narrow-container[_ngcontent-ng-c708031169] {
        max-width: 100%;
    }
    .response-container[_ngcontent-ng-c3981963728] {
        background-color: #ffffff
    }
    .model-response-previews.mat-expansion-panel[_ngcontent-ng-c3981963728] {
        background-color: #ffffff;
    }
    .chat-container[_ngcontent-ng-c708031169] {
        background-color: #dfd6c8;
    }
}

Reviews

No reviews yet.