-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ru] add
Glossary/Accent
translation (#25481)
[ru] add "Glossary/Accent" translation
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Акцентный цвет | ||
slug: Glossary/Accent | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**Акцентный цвет** (англ. _accent_) — это, как правило, яркий цвет, который контрастирует с цветом фона в цветовой схеме. Такие цвета используются в визуальном оформлении многих платформ (хотя и не всех). | ||
|
||
В вебе акцентный цвет используется в элементах {{HTMLElement("input")}} для указания активной части, например, фона отмеченного [флажка](/ru/docs/Web/HTML/Element/input/checkbox). | ||
|
||
## Смотрите также | ||
|
||
### CSS для работы с акцентными цветами | ||
|
||
Установить акцентный цвет элемента можно с помощью CSS-свойства {{cssxref("accent-color")}}, указав необходимое значение {{cssxref("<color>")}}. |