Difference between revisions of "GSDP:GAM100API.css"
From Inside
>Justin.chambers |
>Justin.chambers |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
/* Logo */ | /* Logo */ | ||
− | #p-logo { display: none; }*/ | + | /*#p-logo { display: none; }*/ |
+ | #p-logo { | ||
+ | -webkit-filter: invert(1); | ||
+ | filter: invert(1); | ||
+ | } | ||
/* Code Snippet Highlighting */ | /* Code Snippet Highlighting */ | ||
− | .syntaxhighlight-c {font-size: 150%;} | + | .syntaxhighlight-c { |
+ | font-size: 150%; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> | ||
</includeonly> | </includeonly> |
Latest revision as of 19:27, 17 September 2018
This file establishes the CSS styles for the GAM100 CProcessing API pages.