The accent-color CSS property sets the {{Glossary(“accent”)}} color for user-interface controls generated by some elements.
pub const auto_: #(String, String)
- : Represents a UA-chosen color, which should match the accent color of the platform, if any.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for accent-color
pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for accent-color.
It will be wrapped in var() and have -- prepended.