PreviewFunction.css (525B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */ 4 5 .function-signature { 6 align-self: center; 7 } 8 9 .function-signature .function-name { 10 color: var(--theme-highlight-blue); 11 } 12 13 .function-signature .param { 14 color: var(--theme-highlight-red); 15 } 16 17 .function-signature .paren { 18 color: var(--object-color); 19 } 20 21 .function-signature .comma { 22 color: var(--object-color); 23 }