universal-dashboard-documentation icon indicating copy to clipboard operation
universal-dashboard-documentation copied to clipboard

Update themes.md

Open BritV8 opened this issue 5 years ago • 0 comments

using css, powershell cannot handle the hyphen in the name (font-style) added ' ' to your CSS examples e.g. 'font-size' = '20px' 'font-style' = 'italic' Would error in powershell 5.1 on UD 2.9.0 My specific error was using

'.btn' = @{
    color = '#FFFFFF'
    'background-color' = '#004D57'
}
'.btn:hover' = @{
    color = '#FFFFFF'
    'background-color' = '#002f36'
}

BritV8 avatar Jul 30 '20 01:07 BritV8